home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / gle33b_1.zip / GLE4.ZIP / ZIPTEXT.GLE < prev   
Text File  |  1990-11-22  |  153b  |  12 lines

  1. sub ziptext tt$
  2. gsave
  3. for i = 1 to 0 step -.05
  4.     set color (i)
  5.     write tt$ 
  6.     rmove -.05 .025
  7. next i
  8. set color white
  9. write tt$ 
  10. grestore
  11. end sub
  12.